projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad489f
)
(Fsignal): Add hyperlink to the definition of `signal' in the Elisp manual.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 31 Dec 2003 00:27:07 +0000
(
00:27
+0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 31 Dec 2003 00:27:07 +0000
(
00:27
+0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 8a6d0d3ff54f4a7ae72e4fd662af3b9958f78b68..a5f66b295a64338530115899436b67442264d56c 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1436,6
+1436,8
@@
A handler for any of those names will get to handle this signal.
The symbol `error' should normally be one of them.
DATA should be a list. Its elements are printed as part of the error message.
+See Info anchor `(elisp)Definition of signal' for some details on how this
+error message is constructed.
If the signal is handled, DATA is made available to the handler.
See also the function `condition-case'. */)
(error_symbol, data)